Joel Jacob Stephen 23e3739718 feat: introducing a new smart table hoppscotch ui component (#3178) 1 year ago
..
public ce0898956d chore: reintroduce updated auth mechanism 1 year ago
src 23e3739718 feat: introducing a new smart table hoppscotch ui component (#3178) 1 year ago
.eslintrc.js 0fcda0be1a refactor: hoppscotch ui (#2887) 1 year ago
.gitignore 0fcda0be1a refactor: hoppscotch ui (#2887) 1 year ago
.prettierignore 0fcda0be1a refactor: hoppscotch ui (#2887) 1 year ago
.prettierrc.cjs a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 year ago
README.md 3f59597864 feat: introducing self hosted admin dashboard package (#12) 1 year ago
histoire.config.ts 3f59597864 feat: introducing self hosted admin dashboard package (#12) 1 year ago
histoire.setup.ts a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 year ago
package.json 6daa043a1b chore: merge hoppscotch/release/2023.8.3 into hoppscotch/release/2023.12.0 1 year ago
postcss.config.cjs a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 year ago
tailwind.config.ts a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 year ago
tsconfig.json c0806cfd07 chore: removed unnecessary dependencies from hoppscotch-ui (#3077) 1 year ago
ui-preset.ts a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 year ago
vite.config.ts a215860782 feat: replacing windicss by tailwindcss in hoppscotch-ui (#3076) 1 year ago

README.md

# 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](https://github.com/hoppscotch) and [contributors](https://github.com/hoppscotch/hoppscotch/graphs/contributors).