• Stars
    star
    729
  • Rank 60,009 (Top 2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🧩 The component library for fast and accessible development of gorgeous interfaces.

Windmill React UI

The component library for fast and accessible development of gorgeous interfaces.

codecov Build npm MIT License

Projects using it: Windmill Dashboard React

Mission

Be the most accessible it can be out of the box and the fastest way to production.

Go to docs to see complete, live examples

🚀 Usage

Install

npm i @windmill/react-ui

Inside tailwind.config.js

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

Then place Windmill 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 { Windmill } from '@windmill/react-ui'

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

Use components inside your project

import { Button } from '@windmill/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.

Use npm run cz instead of git commit! It will guide you through some short questions and guarantee that you commit message is standardized.

Commit will also trigger linting and test coverage.

More Repositories

1

windmill-dashboard

📊 A multi theme, completely accessible, ready for production dashboard.
HTML
2,427
star
2

windmill-dashboard-react

❄ A multi theme, completely accessible, ready for production dashboard.
JavaScript
824
star
3

apenas-crie-websites

Algumas ideias para sites que você pode construir!
522
star
4

tailwindcss-multi-theme

🎨 The easiest way to create themes with Tailwind CSS.
JavaScript
491
star
5

sharect

🔗 A lightweight JavaScript library to let users share their text selections to social networks.
JavaScript
215
star
6

tailwind-starter-kit

📚 A library of components and learning resource for Tailwind CSS.
JavaScript
153
star
7

aprenda-html5-css3

Códigos do curso de HTML5 e CSS3.
HTML
57
star
8

aprenda-html-css

Livro Aprenda HTML e CSS. Trabalho em andamento e sem exercicios.
53
star
9

codigos-canal

Códigos usados nos vídeos do canal no YouTube
JavaScript
41
star
10

tailwindcss-dropdown

🔽 Create accessible, JavaScript free dropdowns with Tailwind CSS. See live 👉
JavaScript
22
star
11

organico

Framework Responsivo CSS em português
CSS
14
star
12

pomodoro-timer

Vue
12
star
13

front-end-quiz

A non-exausting list of questions about front-end.
10
star
14

tailwindcss-markdown

Tailwind CSS plugin to style Markdown
JavaScript
10
star
15

a-simple-cms

That's it. A really simple and easy CMS, made with Node and Mongo.
JavaScript
6
star
16

yt-terminal-basico

Comandos básicos de linha de comando.
5
star
17

brasileirao-perf-2019

Estudo sobre a performance dos sites dos 20 clubes da série A do campeonato brasileiro de 2019
5
star
18

algorithms-in-javascript

Computer Science algorithms in JavaScript
JavaScript
5
star
19

ushor

URL Shortener
JavaScript
4
star
20

sublime-shortcuts

A list of Sublime Text 3 shortcuts
4
star
21

learn-html-css

WIP translation from https://github.com/estevanmaito/aprenda-html-css
4
star
22

tailwindcss-react-ui

Build complete UIs using Tailwind CSS. WIP. See live 👉
JavaScript
4
star
23

react-gradients

JavaScript
3
star
24

tailwindcss-boilerplate

A simple Tailwind CSS boilerplate
CSS
3
star
25

windmill-ui-site

JavaScript
3
star
26

react-native-boilerplate

My personal React Native Boilerplate
TypeScript
3
star
27

billie

Visual localized accessibility hints for websites
JavaScript
3
star
28

curso

Material e site do Curso de Framework CSS
HTML
3
star
29

react-redux-shopping-cart

Work in progress
JavaScript
2
star
30

human-regex

Simple, human readable Regular Expressions for JavaScript
2
star
31

library-boilerplate

General JavaScript library boilerplate
JavaScript
2
star
32

docurin-release

Release for https://docurin.com
2
star
33

react-component-library

JavaScript
1
star
34

billie-ext

[WIP] Accessibility error detector
JavaScript
1
star
35

pomodoro

TypeScript + React version of my Pomodoro Timer
TypeScript
1
star
36

blog

JavaScript
1
star
37

node-backend-boilerplate

Node, MongoDB, Express, Redis, Docker, Jest, Nodemailer
JavaScript
1
star
38

error-logger

JavaScript
1
star
39

old-blog

Too much to do, too much to write... the worst blog in the web
1
star
40

div-to-img

A wip playground. for now
JavaScript
1
star