@geezee/react-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

npm (scoped)

Modern and minimalist React UI library, originating from Vercel's design.


Quick Start

  1. run yarn add @geezee/react-ui or npm i @geezee/react-ui install it.

  2. import into project:

import { CfxProvider, CssBaseline } from '@geezee/react-ui'

const Application = () => (
  <CfxProvider>
    <CssBaseline /> // ---> normalize styles
    <AppComponent /> // ---> Your App Component
  </CfxProvider>
)

Development


LICENSE

MIT

Package Sidebar

Install

npm i @geezee/react-ui

Weekly Downloads

19

Version

0.0.14

License

MIT

Unpacked Size

8.2 MB

Total Files

750

Last publish

Collaborators

  • wolframzell
  • slavageorgiev
  • geezee-dominik