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

0.1.0 • Public • Published

@ifrstr/ui

UI framework for IlHarper Infrastructure.

Install

npm i -D @ifrstr/ui
# OR
yarn add -D @ifrstr/ui
// _app.tsx

import '@ifrstr/ui/build/index.css'
import { App } from '@ifrstr/ui'

function MyApp({ Component, pageProps }: AppProps) {
  return (
    <App>
      <Component {...pageProps} />
    </App>
  )
}

export default MyApp

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @ifrstr/ui

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

18.3 kB

Total Files

18

Last publish

Collaborators

  • afanyiyu