Skip to main content Sidebar Design tokens Components Layout Style utilities

We’d love to hear from you. Please reach out to us with any questions or inquiries you may have.

You can contact us via e‐mail at placer.coc.reports+contact@gmail.com.

We look forward to hearing from you!

Got it!
Skip to table of contents

The Placer Toolkit alpha has arrived! 🎉
Plenty of changes are coming your way—some big, some breaking, some even nuclear! Beware the changelog…

Bring it on!

    Native styles

    Placer Toolkit provides optional native styles, designed to make native HTML elements that aren’t implemented as a web component look good.

    Demos#

    Headings#

    Semantic heading elements with proper hierarchy and styling.

    Edit

    Paragraphs#

    Standard paragraph text with optimal spacing and readability.

    Edit

    Blockquotes#

    Styled quotations that stand out from regular text.

    Edit

    Lists#

    Organised content in bulleted or numbered format with proper nesting support.

    Edit

    Description lists#

    Term and definition pairs for glossaries and descriptions.

    Edit

    Inline text#

    Various text formatting elements for emphasis and semantic meaning.

    Edit

    Code blocks#

    Formatted code snippet with proper syntax styling.

    Edit

    Images#

    Responsive images with proper scaling and styling.

    Edit

    Tables#

    Structured data presentation with clean styling.

    Edit

    Importing#

    If you imported placer.css, you can skip this section. But if you cherry picked from all the CSS files, you can use these snippets to import these native styles.

    In HTMLIn CSS

    To import native styles from the CDN with a link tag, copy this snippet and paste it in your HTML:

    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/placer-toolkit@1.0.0-alpha.1/cdn/styles/native.css" />

    To import native styles with an @import at‐rule, copy this snippet and paste it in your global CSS file:

    @import url("https://cdn.jsdelivr.net/npm/placer-toolkit@1.0.0-alpha.1/cdn/styles/native.css");