@pixkit/styles
v0.4.0
Published
CSS styles for PixKit component library
Maintainers
Readme
@pixkit/styles
CSS styles for the PixKit component library with a pixel-art aesthetic.
Installation
npm install @pixkit/styles
# or
yarn add @pixkit/styles
# or
pnpm add @pixkit/stylesUsage
Import all styles:
@import '@pixkit/styles/index.css';Or import specific component styles:
@import '@pixkit/styles/variables.css';
@import '@pixkit/styles/buttons.css';
@import '@pixkit/styles/accordion.css';
@import '@pixkit/styles/tabs.css';
@import '@pixkit/styles/navigation.css';
@import '@pixkit/styles/sidebar.css';
@import '@pixkit/styles/breadcrumb.css';
@import '@pixkit/styles/code-view.css';Available Styles
index.css- All styles bundledvariables.css- CSS custom propertiesbuttons.css- Button stylesaccordion.css- Accordion component stylestabs.css- Tabs component stylesnavigation.css- Navigation component stylessidebar.css- Sidebar component stylesbreadcrumb.css- Breadcrumb component stylescode-view.css- Code view component styles
License
MIT © Ruslan Shayakhmetov
