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