buffet icon indicating copy to clipboard operation
buffet copied to clipboard

Buffet.js — React Components Library made with styled-components

Results 32 buffet issues
Sort by recently updated
recently updated
newest added

Bumps [engine.io](https://github.com/socketio/engine.io) from 4.1.1 to 4.1.2. Release notes Sourced from engine.io's releases. 4.1.2 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies

I would like put react component (lik ``) in cell row. Or allow label in rowLinks, like: ```js rowLinks={[ { icon: , label: "Edit", } ]} ``` Thank you

Based on [this line](https://github.com/strapi/buffet/blob/5a5effc1a4411bed3fc2b841375759ac24d901d8/packages/buffetjs-styles/src/components/Button/index.js#L16), the Button component styles' has enforced zero padding-top while allowing for any value for padding-bottom resulting to the the buttons all over Strapi looking like this...

**Describe the bug** There seems to be no clear way to customize date picker : date format, picker language, first day of the week... **Expected behavior** Find a way to...

When attempting to enter a date, the date picker's input field gets auto-completed with the day and year. **Steps to Reproduce:** 1. Add Date field to a data model 2....

Component libraries should provide a way to defined tokens (e.g. blue and red) and then customize functional colors names (e.g. primary and disabled). Currently, if I wanted to switch the...

I am a bit confused here. Tried to use ThemeProvider to replace appearance of individual components and it seems that all values are imported absolutely and just injected into the...

Hello there! When using the keyboard to enter a specific time ni the timepicker, the timepicker loses focus after the first keypress. This means I cannot enter the exact time...

Target: https://buffetjs.io/storybook/?path=/story/components-table--with-custom-row Now, 'Row' is not imported ``` js :now return ( {id} {firstname} {lastname} {recipe} {restaurant} ); ```

I've made a [Pull Request](https://github.com/strapi/buffet/pull/192) addin the possibility to customize the label of the Toggle Component, if you don't give any information, it will render the default behavior "OFF/ON" label