-
### Description
Make it so we can add 'full page' coded examples to component and pattern guidance.
### Examples
**NHS**
https://service-manual.nhs.uk/design-system/patterns/start-page
…
-
### Description of Issue
As a developer, i want to add an attribute to my input element so that i can turn off autocomplete or maybe do something else to the component.
- https://developer.mozill…
-
### Link to the coursework
https://github.com/CodeYourFuture/Module-User-Focused-Data/tree/main/Form-Controls
### Why are we doing this?
### Aims
1. Interpret requirements
2. Write a vali…
-
### Describe the issue you're facing
I'm using Next with AppRouter.
I'm not sure if this is a bug or if I've implemented something incorrectly. As soon as I use the StoryblokComponent in a client …
-
**Problem**
code like this
```rs
#[hook]
pub fn use_generic(){
}
```
will emit warning:
```
warning: bound is defined in more than one place
--> frontend/src/components/shiori.rs:560:20…
-
### Summary
Utility list is a list of icons performing specific utility operations:
- copy current URL
- print page
- download as PDF
- share current page
### Suggested Solution
https://digit…
-
When using pd.Series with missing values encode as pandas.NA everything run fine however the web page display an error as html code (see img bellow).
I am not sure if this needs a fix I guess u are…
-
### Describe the bug
Dialog component increasing z-index by 1 on every close and open action. this issue stopped other components(e.g. dropdown list item) from rendering inside the dialog component.
…
-
### Describe the bug
https://github.com/storybookjs/storybook/blob/99bd40f10b18cc807bc298fcfba340dbc449bec9/code/ui/components/src/components/syntaxhighlighter/formatter.ts#L19
this code only load…
-
I created a react app, and installed AdminLTE with `npm i admin-lte` and everything is in `node_modules`.
How can i now use the theme (like use the css classes etc) without copying the `dist` folde…