@tolokoban/ui
v0.25.3
Published
React components with theme
Readme
@tolokoban/ui
Documentation
Usage
To be able to compile, you must add this line at the top
of any of your *.d.ts files:
/// <reference path="../node_modules/@tolokoban/ui/global.d.ts" />or:
import "@tolokoban/ui/global.d"This is because this library uses CSS modules and custom CSS variables.
Build and Publish
npm run build
npm run pub