0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-09 00:10:12 -05:00
penpot-plugins/libs/plugins-styles/README.md

30 lines
657 B
Markdown
Raw Normal View History

2024-03-27 07:57:02 -05:00
# Penpot plugin-styles
2024-02-07 01:59:58 -05:00
2024-03-27 07:57:02 -05:00
This plugin contains a CSS file to help build the UI for Penpot plugins.
2024-02-07 01:59:58 -05:00
2024-03-27 07:57:02 -05:00
### Getting started
2024-02-07 01:59:58 -05:00
2024-03-27 07:57:02 -05:00
Install the package:
2024-02-07 01:59:58 -05:00
2024-03-27 07:57:02 -05:00
```bash
npm install @penpot/plugin-styles
```
2024-02-07 01:59:58 -05:00
2024-06-10 04:50:38 -05:00
Import the CSS file into your project:
2024-03-27 07:57:02 -05:00
```css
@import '@penpot/plugin-styles/styles.css';
```
2024-06-10 04:50:38 -05:00
### Usage
For detailed examples and to see how to use the styles and components, visit the documentation at:
2024-07-31 05:45:46 -05:00
[Penpot Plugin Styles Documentation](https://penpot-plugins-styles.pages.dev)
#### 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/)