Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Strapi.io's design system 🚀

License

NotificationsYou must be signed in to change notification settings

strapi/design-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strapi logo

Documentation

VersionDownloadsDiscord Shield

Welcome! 👋👋👋

Strapi Design System provides guidelines and tools to help anyone make Strapi's contributions more cohesive and to buildplugins more efficiently.

Installation

Install Strapi Design System and its peer dependencies:

$ yarn add react react-dom @strapi/design-system @strapi/icons styled-components# or$ npm i react react-dom @strapi/design-system @strapi/icons styled-components

Getting Started

Wrap your application with theDesignSystemProvider. You can additionally pass a theme and/or locale, although you don't have to as we have default values for both.

import{DesignSystemProvider,lightTheme}from'@strapi/design-system';functionMyApp({ children}){return(<DesignSystemProviderlocale="en-GB"theme={lightTheme}>{children}</DesignSystemProvider>);}exportdefaultApp;

Then, checkout the completeStorybook documentation to find the components you want to use and how to use them.

Contributing

Please follow ourCONTRIBUTING guidelines.

License

Licensed under the MIT License, Copyright © 2015-presentStrapi Solutions SAS.

SeeLICENSE for more information.

Thanks

Chromatic


[8]ページ先頭

©2009-2025 Movatter.jp