Skip to content

Commit

Permalink
docs(readme): 📝 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy committed Sep 10, 2020
1 parent 46afdb1 commit 6dac325
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
stories: ["../src/**/*.stories.mdx", "../src/**/*.stories.@(js|jsx|ts|tsx)"],
stories: ["../src/**/*.stories.@(js|jsx|ts|tsx)"],
addons: [
"@storybook/addon-essentials",
"@storybook/addon-storysource",
Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# renderless-components
# Renderless Components

List of no-ui style components/hooks with only state and accessible logic.
Accessible, composable, customizable renderless components powered by Reakit
System.

## Features

- WAI-ARIA compatible
- Keyboard accessible
- Single HTML tag components
- React Hooks everywhere
- Easy to style
- Easy to compose

## License

MIT © [Timeless](https://timeless.co/)

0 comments on commit 6dac325

Please sign in to comment.