design-systems
Here are 300 public repositories matching this topic...
https://material-ui.com/components/menus/#simple-menu states:
Simple menus open over the anchor element by default (this option can be changed via props).
How can this be changed via props? The page doesn't say. I went to the Menu API page, and I don't see anything simple like open: 'below', or an offset.
Developers have been struggling to figu
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
-
Updated
Jun 9, 2020
Environment
Mac OS 10.15.3, Chrome 80.0.3987.122, Vue 2.5
Reproduction link
https://jsfiddle.net/nLkrdwc5/
Steps to reproduce
Add 'tree' property to 'columns' data, refresh (the feature should appear), nothing changes
What is expected?
TreeData feature should be displayed:
https://www.iviewui.com/components/table-en#TreeData
W
-
Updated
May 29, 2020 - JavaScript
-
Updated
Jun 3, 2020
-
Updated
May 27, 2020
What would be super nice, is if the headings were linked, so I could share a URL to a specific section of a page, like it does here on GitHub:
Thank
Describe the bug
- Dead anchor links. The color system doesn't list the variables/information for
blackandwhite. - We are also missing the
View sourcelink on this page👉 PR primer/css#1036
To Reproduce
Steps to reproduce the behavior:
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: {
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
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
React docgen also parses descriptions of props. It would be really cool if Playroom could display this.
Ways to use:
- When autocompleting a prop playroom could show the description and allowed strings for each prop. Here is what it looks like in VSCode
<img width="928" alt="screen shot 2018-12-06 at 1 07 09 am" src="https://user-images.githubusercontent.com/1192452/49573725-90824d00-f8f
-
Updated
Jun 9, 2020 - C#
Link to open-sourced sample components in the ForceDotComLabs/sldsx project on GitHub is invalid
(REQUIRED) Include one or more screenshots if applicable, as well as a Codepen with the
reduced test case.
Describe the issue. Is it a bug or a feature request (new component, new icon, new CSS class)?
The link to https://github.com/ForceDotComLa
Guidelines issue
- 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
Add tabs option to the docs component ?
Would be cool to have the option to add tabs to the component, unless there is already a way to do this. Thanks
broken out of pattern-lab/patternlab-node#1193
http://www.brianmuenzenmeyer.com/adding-common-gulp-tasks-to-pattern-lab-node, http://www.brianmuenzenmeyer.com/using-patternlab-to-design-build-and-maintain-a-website & http://www.brianmuenzenmeyer.com/patternlab/public/ @bmuenzenmeyer: these links don't work any more, are there new ones you could provide?
Lets make examples more fun to play with and move them to https://codepen.io ( https://codepen.io/alexzaworski/project/editor/ARPomZ )
This requires us to produce a webpack'ed version of html2asketch. We should have this anyway for each version of html-sketchapp.
Environment
Windows 10 version 1909, Google Chrome Version 80.0.3987.132, Vue version 2.6.11
Reproduction link
https://jsfiddle.net/shankanb/q53r9bnx/10/
Steps to reproduce
- Keep cycling through the carousel items
- When the carousel wraps back to the first item
- Table content collapses
- Repeat step 1 and 2 again. Table r
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
In /templates/tachyons, I'm not sure I understand what this means:
Be sure to include a link to Tachyons in your document:
<link rel='stylesheet' href='https://unpkg.com/tachyons@4.9.1/css/tachyons.min.css'>
What document?
The kit.config.js file
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
-
Updated
May 20, 2019 - JavaScript
-
Updated
May 23, 2020 - C#
Improve this page
Add a description, image, and links to the design-systems topic page so that developers can more easily learn about it.
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."





What problem does this feature solve?
For #6082
example:https://github.com/ant-design/ant-design/blob/master/components/locale/zh_CN.tsx#L71
Todo: