Skip to content

Installation

Terminal window
npm install reke-ui

Import the design tokens CSS to get consistent theming across all components:

@import 'reke-ui/tokens/css';
<script type="module">
import 'reke-ui/button';
</script>
<reke-button variant="primary">Click me</reke-button>
PathWhat it does
reke-uiFull bundle — registers all elements
reke-ui/buttonIndividual component (tree-shakeable)
reke-ui/reactReact wrappers with proper event handling
reke-ui/tokens/cssDesign tokens stylesheet