@bookmate/web-ui-kit

* React * React DOM * Styled System * Styled Components

Usage no npm install needed!

<script type="module">
  import bookmateWebUiKit from 'https://cdn.skypack.dev/@bookmate/web-ui-kit';
</script>

README

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 .