1.0.4 • Published 6 months ago

@someui/someui v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

SomeUI

TailwindCSS component library

Installation

  1. Install the package
npm add @someui/someui
  1. Add SomeUI to your tailwind.config.js:
import someui from '@someui/someui'

export default {
  ...
  plugins: [
      someui()
  ],
}
  1. Head to SomeUI and configure your theme. Copy the generated output and use it in your tailwind.config.js:
export default {
  ...
  plugins: [
      someui({
		  "colors": {
		    "primary": "#4f48e5",
		    "secondary": "#005A9C",
		    "danger": "#D9534F",
		    "warning": "#FFC107",
		    "success": "#5CB85C",
		    "text": "#343A40"
		  },
		  "rounding": 10.5,
		  "shadow": 0
	})
  ],
}
1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago