Files
2026-01-27 21:16:44 +01:00

30 lines
655 B
Markdown

# Penpot plugin-styles
This plugin contains a CSS file to help build the UI for Penpot plugins.
### Getting started
Install the package:
```bash
npm install @penpot/plugin-styles
```
Import the CSS file into your project:
```css
@import '@penpot/plugin-styles/styles.css';
```
### Usage
For detailed examples and to see how to use the styles and components, visit the documentation at:
[Penpot Plugin Styles Documentation](https://styles-doc.plugins.penpot.app)
#### Icons
We recommend using Feather icons for Penpot plugins to ensure consistency with Penpot's design.
You can find Feather icons at: [Feather Icons](https://feathericons.com/)