api-client/packages/hoppscotch-ui
Nivedin 47e009267b
feat: collection level headers and authorization (#3505)
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-12-13 22:43:18 +05:30
..
public chore: updated brand assets (#3500) 2023-11-08 15:47:35 +05:30
src feat: collection level headers and authorization (#3505) 2023-12-13 22:43:18 +05:30
.eslintrc.js refactor: hoppscotch ui (#2887) 2023-01-28 08:27:00 +05:30
.gitignore refactor: hoppscotch ui (#2887) 2023-01-28 08:27:00 +05:30
.prettierignore refactor: hoppscotch ui (#2887) 2023-01-28 08:27:00 +05:30
.prettierrc.cjs chore: hoppscotch-ui improvements (#3497) 2023-12-06 00:08:44 +05:30
histoire.config.ts chore: updated brand assets (#3500) 2023-11-08 15:47:35 +05:30
histoire.setup.ts feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 2023-11-01 20:55:08 +05:30
package.json feat: init boring avatars (#3615) 2023-12-04 13:20:26 +05:30
postcss.config.cjs feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 2023-11-01 20:55:08 +05:30
README.md refactor: update hopp-ui to be independent (#2927) 2023-02-24 13:20:12 +05:30
tailwind.config.ts feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 2023-11-01 20:55:08 +05:30
tsconfig.json chore: removed unnecessary dependencies from hoppscotch-ui (#3077) 2023-08-23 18:13:19 +05:30
ui-preset.ts chore: hoppscotch-ui improvements (#3497) 2023-12-06 00:08:44 +05:30
vite.config.ts feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 2023-11-01 20:55:08 +05:30

Hoppscotch UI ALPHA

Welcome to hoppscotch-ui, a collection of presentational components for our web applications. This library is part of the hoppscotch monorepo and contains components such as buttons, spinners, modals, tabs, windows, etc.

Usage

To use the components in project, simply name the component with directory name as alias:

For example Primary Button component is in button directory and the file name is Primary.vue. So, use that you have to write <HoppButtonPrimary />

Histoire

We've included Histoire in this library which is similar to Storybook, to make it easy to play with the components in the browser. You can run Histoire in the browser with command

pnpm run story:dev

You can also use Histoire to create stories for your components and test them in different scenarios.

Versioning

This project follows Semantic Versioning but as the project is still pre-1.0. The code and the public exposed API should not be considered to be fixed and stable. Things can change at any time!

License

This project is licensed under the MIT License - see LICENSE for more details.



built with ❤︎ by the Hoppscotch Team and contributors.