-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f9bb1e
commit 4228771
Showing
7 changed files
with
41 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# Mark | ||
|
||
Markeert een fragment tekst met een gele achtergrond. | ||
Het zorgt voor sterke nadruk op de tekst en leidt de aandacht ernaartoe. | ||
|
||
## Richtlijnen | ||
|
||
### Zo gebruiken | ||
|
||
- Maximaal 1 markering per pagina. | ||
De voorkeur is geen markering. | ||
- Maximaal 1 zin. | ||
|
||
### Dit vermijden | ||
|
||
- Niet in de titel en subtitels gebruiken. | ||
Zorg voor een belangrijke, pakkende titel als de hele paragraaf belangrijk is. | ||
- Mag niet voor een hele paragraaf gebruikt worden. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
*/ | ||
|
||
.amsterdam-mark { | ||
/* Add styles here */ | ||
background-color: var(--amsterdam-mark-background-color); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
{ | ||
"amsterdam": { | ||
"mark": {} | ||
"mark": { | ||
"background-color": { "value": "var(--amsterdam-color-yellow)" } | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import { Controls, Markdown, Meta, Primary } from "@storybook/blocks"; | ||
import { Markdown, Meta, Primary } from "@storybook/blocks"; | ||
import * as MarkStories from "./Mark.stories.tsx"; | ||
import README from "../../../../packages/css/src/components/mark/README.md?raw"; | ||
|
||
<Meta of={MarkStories} /> | ||
|
||
<Markdown>{README}</Markdown> | ||
|
||
<Primary /> | ||
## Voorbeeld | ||
|
||
<Controls /> | ||
<Primary /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters