mini-strap/packages/components
2024-12-27 13:03:23 -03:00
..
src fix(components): replace initialization of components to prevent overrides 2024-12-27 13:03:23 -03:00
.gitignore feat(core): add styles for vanilla form elements 2024-09-16 20:36:02 -03:00
build.ts feat(components): add basic components 2024-10-25 18:40:50 -03:00
package.json feat(components): add offcanvas component 2024-12-27 11:31:58 -03:00
README.md feat(core): add styles for vanilla form elements 2024-09-16 20:36:02 -03:00
tsconfig.json feat(components): add basic components 2024-10-25 18:40:50 -03:00

mini-strap-components

To install dependencies:

bun install

To run:

bun run components.scss

This project was created using bun init in bun v1.1.27. Bun is a fast all-in-one JavaScript runtime.