react-table-resize
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

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

/react-table-resize/

    Package Sidebar

    Install

    npm i react-table-resize

    Weekly Downloads

    3

    Version

    1.0.13

    License

    MIT

    Unpacked Size

    281 kB

    Total Files

    49

    Last publish

    Collaborators

    • suiam