1.1.6 • Published 11 months ago

greenhouse-react-ui v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Greenhouse React UI

The react component library with Tailwind and a gorgeous design system to help you build awesome react projects.

🎯 Mission

Build a light weight accessible component library ready to be used out of the box for building your next awesome react project.

🚀 Usage

Install

npm i greenhouse-react-ui

Inside tailwind.config.js

const greenhouse = require('greenhouse-react-ui/config')
module.exports = greenhouse({
	purge: [],
	theme: {
		extend: {},
	},
	variants: {},
	plugins: [],
})

Then place GreenHouse at the root of your project (the order doesn't matter, as long as your application is inside).

// index.js
import React from 'react'
import ReactDOM from 'react-dom'
import App from './App'
import { GreenHouse } from 'greenhouse-react-ui'

ReactDOM.render(
	<GreenHouse>
		<App />
	</GreenHouse>,
	document.getElementById('root'),
)

Use components inside your project

import { Button } from 'greenhouse-react-ui'

function App() {
	return <Button>Hi there!</Button>
}

export default App

🔌 Contributing

  • Fork
  • Clone
  • npm install
  • npm run storybook

It will start a local server at localhost:6006 with all components rendered.

git commit to commit your changes

git push will trigger prettier format check, linting, audit and build.

🙏 Support

Please ⭐️ star this project and share it with others to show your support. Follow me ❤️ for updates on future projects and tutorials!

1.1.1

11 months ago

1.1.0

12 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.0.31

1 year ago

1.0.30

1 year ago

1.0.29

1 year ago

1.0.28

1 year ago

1.0.27

1 year ago

1.0.26

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago