1.3.7 • Published 2 years ago

@alisyahidin/core v1.3.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago