diff --git a/.storybook/main.js b/.storybook/main.js index 0c46c1e7a..1050dc8ad 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -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", diff --git a/README.md b/README.md index c0890075d..a0a7374bf 100644 --- a/README.md +++ b/README.md @@ -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/)