1.3.7 • Published 3 years ago

@alisyahidin/core v1.3.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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 -D

or yarn:

yarn add @edts/ui tailwindcss postcss autoprefixer --dev

Initialize tailwindcss config with running:

npx tailwindcss init -p

Import @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.git

Go to the project directory

cd master-ui-tailwind

Install dependencies

yarn install

Run lerna bootstrap

lerna bootstrap

Start development server

yarn docs:dev

Usage/Examples

import Component from 'my-project'

function App() {
  return <Component />
}
1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.10

3 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