1.0.13 • Published 3 years ago

react-table-resize v1.0.13

Weekly downloads
7
License
MIT
Repository
-
Last release
3 years ago

Styleguide

Install

Configure your tailwind

  • Using tailwind with CSS vars
// entry point application
import { setCssVars } from "@arcanishq/styleguide"
const root: HTMLElement = document.querySelector(":root") as any;

const colors = { /* All Colors */ }

setCssVars(colors, root);

Development

To develop/test our components, we use Storybook.

For quick proof of concept, we use the example/

yarn && yarn storybook
# Open in other terminal to watch CSS changes
yarn css:dev

Tests

But it is not today

List of components

Without Category

Form Components

Layout Components

Feedback Components

Data Components

1.0.13

3 years ago

1.0.11

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago