[UPDATED] New React Components!

:sparkles::sparkles:Hi everyone!

In case some of you weren’t aware, we wanted to dedicate a post to our new React components! Mainly, we released and updated four main components: the focus state on components, the alert banner, the button group, and the menu button.

1. The focus state on components

This added feature allows you to “focus” on different options using your keyboard. For instance:



You can find the link to our style guide for this here.

2. The alert banner

This added component gives you another option to present alerts and notifications. For example:

You can find the link to our style guide for this here.

3. The button group

This new component is great for switching between states or contents within a feature, as you have a collection of buttons to choose from. For example:

You can find the link to our style guide for this here.

4. The menu button

This new menu component allows you to use buttons for editing and other actions inside of your menus. For example:

You can find the link to our style guide for this here.

We hope you enjoy these, and happy building!