snehilvj / dmc-docs

Documentation for Dash Mantine Components library.
https://github.com/snehilvj/dash-mantine-components
MIT License
53 stars 17 forks source link

Add Fieldset component in docs #64

Closed MichaelODeli closed 2 weeks ago

MichaelODeli commented 1 month ago

Partially, disabled prop is not contained in the current Mantine documentation

AnnMarieW commented 1 month ago

Hi @MichaelODeli Thanks for the PR - this looks really good :tada:

Just need to add the styles API right above the Keyword Arguments section

### Styles API
#### Fieldset selectors

| Selector | Static selector            | Description      |
| -------- | -------------------------- | ---------------- |
| `root`   | `.mantine-Fieldset-root`    | Root element     |
| `legend` | `.mantine-Fieldset-legend`  | Legend element   |

#### Fieldset CSS variables

| Selector | Variable           | Description               |
| -------- | ------------------ | ------------------------- |
| `root`   | `--fieldset-radius` | Controls border-radius     |
MichaelODeli commented 1 month ago

@AnnMarieW Can I continue to add missing components through this PR? Or should I create a new one

AnnMarieW commented 1 month ago

Hi @MichaelODeli It's best to start a new PR for the other components. As long as you don't find any bugs, it can get merged before waiting for the next release.

AnnMarieW commented 1 month ago

Hi @MichaelODeli I'm going to convert this back to a draft as a reminder that https://github.com/snehilvj/dash-mantine-components/pull/306 needs to be merged and released before this PR can be merged.