mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
bcd5851164
## Description 🔖 This PR improves the DropdownButton API to make it more generic. - It has been renamed Dropdown. - The children are rendered as the trigger. You can now use other elements than a Button - an option prop has been added to control all the radix ui element - a group class name has been added to the trigger so you can style it based on its state, using tailwindcss-radix plugin - stories of dropdown button as styled in the Hasura design system has been added PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5733 GitOrigin-RevId: 4d292ffcbec93ebae525764431e92b5ed87cb5b5 |
||
---|---|---|
.. | ||
.storybook | ||
cypress | ||
docs | ||
exports | ||
public | ||
scripts | ||
src | ||
static | ||
webpack | ||
.babelrc | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.npmignore | ||
.npmrc | ||
.nvmrc | ||
.prettierignore | ||
cypress.config.ts | ||
hasuraconfig.js | ||
jest.config.js | ||
Makefile | ||
package-lock.json | ||
package.json | ||
postcss-storybook.config.js | ||
postcss.config.js | ||
README.md | ||
tailwind-storybook.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
tsconfig.test.json |
Hasura Console
The Hasura console is an admin dashboard to manage the connected database and to try out GraphQL APIs. It is a React application bundled with Webpack and the state is managed mostly using Redux.