magicbyt3 / skeleton

A fully featured Svelte UI component library. Skeleton allows you to build fast and responsive web interfaces using Svelte + Tailwind.

Home Page:https://skeleton.brainandbonesllc.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version Chat Twitter Follow license

Skeleton

https://skeleton.brainandbonesllc.com/

A fully featured Svelte UI component library. Skeleton allows you to build fast and responsive web interfaces using Svelte + Tailwind.

Sponsorship

Useful Links

Community

Development

Contributions

Ensure you've read the contribution guide before you proceed. Pull requests are highly encouraged. Pick an open issue and help us out!

Install

  • Clone the Skeleton project to your local machine.
  • Install dependencies with npm install
  • Create a new feature branch: git checkout -b {branchName}
  • Start a dev server:
    • npm run dev - start server
    • npm run dev -- --open - start and open new browser window
  • Make changes, then submit a pull request when ready.

Linting

Use the following command to run the linter:

npm run lint

Tests

Use the following command to run the Vitest:

npm run test

Core Maintainers


Created by Brain & Bones, LLC.

About

A fully featured Svelte UI component library. Skeleton allows you to build fast and responsive web interfaces using Svelte + Tailwind.

https://skeleton.brainandbonesllc.com/

License:MIT License


Languages

Language:Svelte 82.1%Language:TypeScript 12.1%Language:CSS 3.9%Language:JavaScript 1.7%Language:HTML 0.2%