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

0.11.53 • Public • Published

Bookmate UI Kit

Requirements

  • React
  • React DOM
  • Styled System
  • Styled Components
import { theme } from '@bookmate/web-ui-kit'
import { ThemeProvider } from "styled-components"

export const App = ({ children }) =>
  <ThemeProvider theme={theme}>
    <>{children}</>
  </ThemeProvider>

Docz Documentation

Local Dev:

yarn docz:dev

Build:

yarn docz:build

Serve:

yarn docz:serve

Build app

yarn build

Setup

yarn

Build Docker image for local development

Use Docker build command:

docker build -t web-ui-kit .

Readme

Keywords

none

Package Sidebar

Install

npm i @bookmate/web-ui-kit

Weekly Downloads

66

Version

0.11.53

License

MIT

Unpacked Size

535 kB

Total Files

117

Last publish

Collaborators

  • bookmate-npm
  • andorn