design-system
Here are 554 public repositories matching this topic...
-
Updated
May 10, 2020
Bug Report
From the docs section Add favicon and metadata
Comment in code example states for "The doc
prop contains some metadata about the page being rendered that you can use."
// The doc prop contains some metadata about the page being rendered that you can use.
const Wrapper = ({ children, doc }) => <React.Fragment>
Describe the bug
- Dead anchor links. The color system doesn't list the variables/information for
black
andwhite
. - We are also missing the
View source
link on this page👉 PR primer/css#1036
To Reproduce
Steps to reproduce the behavior:
The docs on rebassjs.org are pretty slim when it comes to using forms and the props that are accepted and what they do.
I was able to use inputs and checkboxes without too much effort but wanted to use a Switch in an instance instead of a checkbox. A switch is a ON|OFF Component so it would make sense that in the DOM it would use a checkbox and allow handlers with OnChange
but that is not wha
Summary
Our current messaging around clarity core been" ETA" is confusing internal teams that are unclear whether the web components are even available through NPM.
Based on a discussion today, we want to update our messaging in such a way that we have the flexibility to make breaking changes to works-in-progress but also clearly delineate components and utilities whose API is stable.
I'm wondering why there isn't a page in the documentation with all the styles declared and every classes in a single page.
It's really easy to find the right class for beginners this way.
Are you planning to integrate something like this maybe?
Describe the bug
By clicking See guide in Library Screen the app opens a broken link.
To Reproduce
Steps to reproduce the behavior:
- Go to Home Screen
- Click Library
- Scroll down
- Click in See Guide link
- Wait Browser open Doc Page
- See error
Expected behavior
Open Install local library guide page
Screenshots
Expected Page
 - Colors should be aliased to the same aliases * 100, e.g.
purple.5
===purple.500
- Breaking change for a major version: Make the padding scale match Tailwind's
Related issue: elastic/eui#1077
This is an enhancement request for table components (Basic and InMemory, primarily).
It would be useful when implementing selection
to be able to set a default for checkboxes that should be selected/checked by default.
Example use case:
If this table is used as part of a wizard and the user wants to go back to the step with t
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
- 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
On the Build step of the tutorial when explaining about GlobalStyles and the addDecorator
function it never actually says where to add the code. I ended up adding it to the config.js
and that worked, but it doesn't tell you to do that in the tutorial. In the actual Docs on [Decorators](https://storybook.js.org/docs
The problem
There is no way to use .pug
syntax in docs (.md
) file. I have pug templates for my vue components, but for examples in documents I need to use html template
**Proposed s
The following warnings appear in the console during compilation, and they are also shown by stylable intelligence:
WARNING in Stylable: "@st-scope" must receive a simple selector, but instead got: ":global(.foo)"
@st-scope :global(.foo) { }
WARNING in Stylable: "@st-scope" received an unknown symbol: "html"
@st-scope html { }
The compiled CSS works correctly, though.
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Apr 7, 2020 - Vue
- I searched for nuxt in the issues section and did not find anything
- the documentation also covers only gulp webpack and manual install
- how do I install CodyHouse base in nuxt
- Would be awesome if you can add a section in the guide for the same
- Fantastic work team, cheers
Sizing guidelines
@finnhvman You say
Components can be resized fluidly to match layout needs, otherwise they take up the size necessary.
Can you write up some guidelines how how we should actually do resizing.
For example matter buttons have min-width
, height
and line-height
specified. So they don't actually take up the size necessary. Should we override all three of these.
Some css libs o
It would be nice to add a symbol to the theme objects so they can easily be identified.
A good reason for this is to be able to easily write a custom Jest snapshot serializer and avoids the entire theme from being serialized into the snapshot.
We have a custom Jest snapshot serializer that does this, but it has to rely on checking for the existence of several theme properties to identify the
Hello, I am using atomize in one of my soon to be released project. I loved the concept how atomize works.
But I feel the documentation needs more work. Also there aren't any release changelog in github.
It would be good to have a changelog so that I can keep track with version updates.
Also any plan of moving the examples to functional components and introducing more hooks?
Also I had some
There are two definitions of styled-components
installed:
- styled-components_v3.x.x.js - definition for an older version (Orbit already uses 4.x.x)
- [styled-components_vx.x.x.js](https://github.com/kiwicom/orbit-components/blob/master/flow-typed/npm/sty
-
Updated
May 7, 2020 - JavaScript
We have a bit of a fork in our docs solution right now. Given the noise that's creating, and the fact that we don't have bandwidth from either the CSS team or the published docs team to improve the shared code situation, let's temporarily utilize the testing docs as public docs and revisit shared code when we get more time.
Docs for CRA setup
Since I watched Mark's talk, I just love your concept of elements without surrounding blank space. It's genius!
Do you have any plans on adding the docs for other setups apart from sku? I think it would be a really amazing to be able to use it with Create React App!
Improve this page
Add a description, image, and links to the design-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the design-system topic, visit your repo's landing page and select "manage topics."
A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "