@txstate-mws/carbon-svelte
v1.5.8
Published

Readme
carbon-svelte
Carbon-svelte is a component library based on IBM's Carbon design system. Specifically, carbon-svelte is a customized vesrion of Carbon Components Svelte and uses Tailwind, Svelte, and previously developed tools—such as svelte-forms—to provide a custom look, feel, and functionality for Texas State University applications.
Documentation
For full documentation and information about individual component usage and best practices, visit component-library.app.qual.txst.edu. Alternatively, you can clone this repository and run the SvelteKit application locally, see Developing.
Installation
The quickest way to get started with carbon-svelte is to use one of our fullstack app templates, such as the GraphQL App Template.
Developing
Once you've cloned the project and installed dependencies with npm install, start a development server:
npm run devEverything inside src/lib is part of the library, everything inside src/routes is used for documentation.
