2.0.2 • Published 1 year ago
@sukhoi-ui/components v2.0.2
Indroduction
Sukhoi-ui component is a collection of React components tailwindcss that helps you build your own design system.
Documentation
Visit https://sukhoin-storybook.online for documentation.
Installation
npm install @sukhoi-ui/styles @sukhoi-ui/components
yarn add @sukhoi-ui/styles @sukhoi-ui/components
Configuration
tailwind.config.js
const { withSukhoi } = require("@sukhoi-ui/components/config");
/** @type {import('tailwindcss').Config} */
module.exports = withSukhoi({
content: ["../styles/**/*.{js,jsx,ts,tsx}"],
// Toggle dark-mode based on data-mode="dark"
darkMode: ["class", '[data-mode="dark"]'],
theme: {
extend: {},
},
plugins: [],
});
2.0.2
1 year ago
2.0.1
1 year ago
2.0.0
1 year ago
0.0.112
2 years ago
0.0.111
2 years ago
0.0.106
2 years ago
0.0.105
2 years ago
0.0.109
2 years ago
0.0.108
2 years ago
0.0.107
2 years ago
0.0.110
2 years ago
0.0.104
2 years ago
0.0.103
2 years ago
0.0.102
2 years ago
0.0.101
2 years ago
0.0.100
2 years ago
0.0.99
2 years ago
0.0.98
2 years ago
0.0.97
2 years ago
0.0.96
2 years ago
0.0.95
2 years ago
0.0.94
2 years ago
0.0.92-alpha.0
2 years ago
0.0.91
2 years ago
0.0.90
2 years ago
0.0.89
2 years ago
0.0.88
2 years ago