Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ananduremanan/svelte-component-library
component library built with svelte
https://github.com/ananduremanan/svelte-component-library
Last synced: 5 days ago
JSON representation
component library built with svelte
- Host: GitHub
- URL: https://github.com/ananduremanan/svelte-component-library
- Owner: ananduremanan
- Created: 2024-05-02T04:17:21.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T08:35:36.000Z (6 months ago)
- Last Synced: 2024-05-21T10:24:55.549Z (6 months ago)
- Language: Svelte
- Homepage: https://www.npmjs.com/package/@grampro/svelte-block
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GBS Svelte Blocks(Beta)(🎉 0.0.51 is Live Now)
Svelte Version of GBS Building Block. Version (0.0.51).
### Whats New
- Bug Fixes and improvements.
- Select Component inside Form Issue Fixed.### Installation
```bash
npm i @grampro/svelte-block@latest
```Additional Installation Steps.
`@grampro/svelte-block` is heavily relies on tailwind for styling, so you need to setup tailwind in your project. Installation for svelte tailwind can be found in [Here](https://tailwindcss.com/docs/guides/sveltekit).
For More Information about components visit [Documentation](https://gbs-svelte-bblock.netlify.app/)
For bugs, features and code visit [Github Repo](https://github.com/ananduremanan/svelte-component-library)
#### Known Bugs
- Type Error when installing on projects uses typescript:
- Temporary Fix for this issue is closing the vs code(in case of vs code) and open the project again. (Status: In Progress)