@questdb/react-components
v0.0.7
Published
This package contains React components used in QuestDB UI: Web Console, questdb.io website, QuestDB Cloud and other projects.
Downloads
4
Readme
@questdb/react-components
This package contains React components used in QuestDB UI: Web Console, questdb.io website, QuestDB Cloud and other projects.
Storybook is used to develop and document components.
Local development setup
In order to run this package locally, you need to do the following steps:
- Clone and bootstrap repository (by following instructions on
local-development-setup.md
) - Start Storybook
- Hack!
1. Clone and bootstrap repository
Consult instructions on local-development-setup.md
document.
2. Start Storybook
yarn workspace @questdb/react-components storybook
localhost:6006 should display storybook.
3. Hack!
Make your changes, we're looking forward to your Pull Request!
And if you ever need help, here are some useful links:
- Github issues, might already have an answer to your question
- QuestDB Documentation includes a lot of useful information
- QuestDB Slack join our helpful community!