The Wayback Machine - https://web.archive.org/web/20200609234034/https://github.com/topics/design-systems
Skip to content
#

design-systems

Here are 300 public repositories matching this topic...

ant-design
material-ui
storybook
levelingup
levelingup commented Dec 24, 2019

I tried to follow the initial steps from here: https://www.learnstorybook.com/intro-to-storybook/react/en/get-started/

running:

npx create-react-app taskbox
cd taskbox

Then when I ran:
npx -p @storybook/cli sb init

I get the error TypeError: Cannot set property 'storybook' of undefined

This is the full message in my terminal:

 sb init - the simplest way to add a
evergreen
css
styled-system
The-Code-Monkey
The-Code-Monkey commented Feb 18, 2020

I am looking into variants and i feel like its a bit confusing which is the old api and which is the new one?

I feel like I should just be able to drop the variant function onto a component and give it scale="accents" and then if I pass variant="info" then it should look in the theme object for accents and pull the info key inside that yet it doesn't do that unless I write `variants: {

nks-bix
nks-bix commented Apr 20, 2020

Include a guidance page on the USWDS website (a uswds-site pull request connected to any related code work in the uswds repo). This documentation page should include:

  • Name
  • Description
  • Example Code
  • When to use
  • When to consider something else
  • Usability guidance
  • Accessibility guidance
  • Implementation guidance (if necessary)
  • Resources Package information
baseweb
LaurenReillyW2G
LaurenReillyW2G commented Jan 7, 2020

Feature description

I was reading through the i18n section of the documentation and it was not very clear how to use this and what kind of features it has. I think that the internationalization documentation should be updated.

A few specific things:
-Can it format data per language such as time, date, currency, pluralizations?
-How do you switch between languages, and when you switch d

slidenerd
slidenerd commented Mar 17, 2020
  • Sorry if this is not the right place to ask, I read through the documentation and could not find anything on Nuxt
  • Searched nuxt.js subreddit no mention
  • I am using Nuxt in SSR mode, how would you add this library to it? Could you kindly the documentation to add a small section in case it is simple so that in the future people wont ask the same question
    Thank you for your time
chidexebere
chidexebere commented Jan 15, 2020

The documentation for Custom Transforms / Value Transforms is not clear.
I am trying to create a custom transform to HSL colors.

/*
{
  CUSTOM_EASING: {
    type: 'easing',
    value: [1,2,3,4]
  }
}
*/

theo.registerValueTransform(
  // Name to be used with registerTransform()
  "easing/web",
  // Determine if the value transform
  // should be run on the specified prop
  p
style-dictionary
custa1200
custa1200 commented Oct 7, 2019

One of the consumers of our system uses curly braces for content replacement in strings.

Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.

I have tried a number of ways to escape the braces with no luck

Other languages and templating systems seem to use the concept of using double curly b

fast-dna

Improve this page

Add a description, image, and links to the design-systems topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the design-systems topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.