Introduction.mdx 508 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/ncorelogo.png"
  7. />
  8. <br/>
  9. <h1>NİBGAT® | NCore Context - Global State and Service Management</h1>
  10. <br />
  11. <br />
  12. ---
  13. Version: <bold>1.0.6</bold>
  14. It is the NCore Context developed by the NİBGAT® team.
  15. </div>