1.3.7 • Published 4 years ago
@alisyahidin/core v1.3.7
EDTS UI
A brief description of what this project does and who it's for.
Installation
Install @edts/ui with npm:
npm install @edts/ui tailwindcss postcss autoprefixer -Dor yarn:
yarn add @edts/ui tailwindcss postcss autoprefixer --devInitialize tailwindcss config with running:
npx tailwindcss init -pImport @edts/ui as tailwindcss plugin in tailwind.config.js file:
module.exports = {
//...
plugins: [
require('@edts/ui')
]
}For more information about tailwindcss installation, please click here.
Run Locally
Clone the project
git clone https://bitbucket.org/edts/master-ui-tailwind.gitGo to the project directory
cd master-ui-tailwindInstall dependencies
yarn installRun lerna bootstrap
lerna bootstrapStart development server
yarn docs:devUsage/Examples
import Component from 'my-project'
function App() {
return <Component />
}1.3.7
4 years ago
1.3.6
4 years ago
1.3.5
4 years ago
1.3.4
4 years ago
1.3.3
4 years ago
1.3.1
4 years ago
1.3.0
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.17
4 years ago
1.0.16
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago