Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(css-components-library): readme #972

Merged
merged 9 commits into from
Dec 19, 2024
7 changes: 7 additions & 0 deletions .changeset/fifty-fans-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nl-rvo/css-form-radio-button": patch
"@nl-rvo/component-library-css": patch
"@nl-rvo/component-library-react": patch
---

Removed focus outline when selecting a Radio button
5 changes: 5 additions & 0 deletions .changeset/rich-llamas-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nl-rvo/design-tokens": patch
---

Made Hero subtitle normal instead of italic
7 changes: 7 additions & 0 deletions .changeset/silver-tomatoes-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nl-rvo/component-library-css": patch
"@nl-rvo/css-form-fileinput": patch
"@nl-rvo/component-library-react": patch
---

Removed fixed height and added font size to FileInput component
5 changes: 5 additions & 0 deletions .changeset/smart-chairs-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nl-rvo/component-library-css": minor
---

Added individual component CSS files to enable loading of individual components and reduce bundle size
7 changes: 7 additions & 0 deletions .changeset/stale-bears-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nl-rvo/css-grid": minor
"@nl-rvo/component-library-css": minor
"@nl-rvo/component-library-react": minor
---

Added option for 7-12 columns in Grid component
7 changes: 7 additions & 0 deletions .changeset/twenty-tools-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@nl-rvo/css-grid": major
"@nl-rvo/component-library-css": major
"@nl-rvo/component-library-react": major
---

Added division property and --division variable to use instead of the layout prop
4 changes: 2 additions & 2 deletions packages/component-library-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ npm install --save-dev --save-exact @nl-rvo/component-library-css

Je kunt kiezen om in één keer de hele library in te laden of alleen de componenten die je nodig hebt.

## Hele library laden
### Hele library laden

```html
<link rel="stylesheet" href="@nl-rvo/component-library-css/dist/index.min.css" />
```

## Individuele componenten laden
### Individuele componenten laden

```html
<link rel="stylesheet" href="@nl-rvo/component-library-css/dist/components/accordion.min.css" />
Expand Down
Loading