| 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/ncorelogo.png"
- />
- <br/>
- <h1>NİBGAT® | NCore Context - Global State and Service Management</h1>
- <br />
- <br />
- ---
- Version: <bold>1.0.6</bold>
- It is the NCore Context developed by the NİBGAT® team.
- </div>
|