Introduction.stories.mdx 559 B

123456789101112131415161718192021
  1. import { Meta } from '@storybook/addon-docs/blocks';
  2. <Meta title="Docs/Intro" />
  3. <div style={{ margin: '0 auto', maxWidth: '600px', color: 'white', textAlign: 'center' }}>
  4. <img
  5. style={{ width: '75%', margin: '0 auto 2em auto' }}
  6. src="https://ncore.nibgat.space/assets/images/lightlogo.png"
  7. />
  8. <br/>
  9. <h1>NİBGAT® | NCore Web Component Library</h1>
  10. <br />
  11. <br />
  12. ---
  13. Version: <bold>1.0.5-pre-alpha.13</bold>
  14. It is the NCore Design System developed by the NİBGAT® team and the NCore Web Component Library developed for React.
  15. </div>