\

Button

LIVE

Button

button

button

button

button

button

button

button

button

button

button

usage guidelines

A button invites users to take action by clicking somewhere on the screen real estate. When pressed down upon (by the mouse cursor), buttons should respond with an animation such as slightly darkening the background color or changing the border shape from rounded rectangles to diamonds, etc. Also, during this process, there should be some sort of feedback given back to the user via sound effects or vibrations upon a successful click, thus ensuring everyone gets confirmation that their input was successful. Whether it's visually impaired individuals relying heavily on sound cues or regular sighted persons who might not notice button changes without paying close attention, all types of feedback are useful here. Lastly, please ensure proper spacing between buttons so that they don't overlap each other, making it difficult to choose the correct option quickly by glancing over them.

Distinctive and Action-Oriented Design

Ensure buttons stand out with a clear visual design and use action-oriented text that precisely conveys their function.

Consistent and Contextual Use

Maintain consistency in button design across the application and use them contextually for primary user actions like 'Submit' or 'Cancel'.

Accessible and Interactive Feedback

Design buttons to be accessible, with keyboard navigability and screen reader compatibility, and include interactive feedback like hover states.

accessibility standards

A button invites users to take action by clicking somewhere on the screen real estate. When pressed down upon (by the mouse cursor), buttons should respond with an animation such as slightly darkening the background color or changing the border shape from rounded rectangles to diamonds, etc. Also, during this process, there should be some sort of feedback given back to the user via sound effects or vibrations upon a successful click, thus ensuring everyone gets confirmation that their input was successful. Whether it's visually impaired individuals relying heavily on sound cues or regular sighted persons who might not notice button changes without paying close attention, all types of feedback are useful here. Lastly, please ensure proper spacing between buttons so that they don't overlap each other, making it difficult to choose the correct option quickly by glancing over them.

content standards

A button invites users to take action by clicking somewhere on the screen real estate. When pressed down upon (by the mouse cursor), buttons should respond with an animation such as slightly darkening the background color or changing the border shape from rounded rectangles to diamonds, etc. Also, during this process, there should be some sort of feedback given back to the user via sound effects or vibrations upon a successful click, thus ensuring everyone gets confirmation that their input was successful. Whether it's visually impaired individuals relying heavily on sound cues or regular sighted persons who might not notice button changes without paying close attention, all types of feedback are useful here. Lastly, please ensure proper spacing between buttons so that they don't overlap each other, making it difficult to choose the correct option quickly by glancing over them.

interaction and animation

A button invites users to take action by clicking somewhere on the screen real estate. When pressed down upon (by the mouse cursor), buttons should respond with an animation such as slightly darkening the background color or changing the border shape from rounded rectangles to diamonds, etc. Also, during this process, there should be some sort of feedback given back to the user via sound effects or vibrations upon a successful click, thus ensuring everyone gets confirmation that their input was successful. Whether it's visually impaired individuals relying heavily on sound cues or regular sighted persons who might not notice button changes without paying close attention, all types of feedback are useful here. Lastly, please ensure proper spacing between buttons so that they don't overlap each other, making it difficult to choose the correct option quickly by glancing over them.

CODE

export const ToastNotification = () => {
  return (
    <StyledToastNotification>
      <div className="rectangle" />
      <div className="frame">
        <div className="frame-wrapper">
          <div className="div">
            <Icon
              className="icon-instance"
              icon={<FilledYesSize20 className="attributes-instance" color="#FF5900" />}
            />
            <div className="text-wrapper">BEEPBOOP</div>
          </div>
        </div>
      </div>
      <div className="icon-wrapper">
        <Icon className="icon-instance" icon={<FilledNoSize12 className="attributes-instance" color="#FF5900" />} />
      </div>
    </StyledToastNotification>
  );
};

CODESANDBOX

ZILKR DESIGN SYSTEM

© 2024 — ZILKR
All rights reserved

ZILKR DESIGN SYSTEM

© 2024 — ZILKR
All rights reserved

ZILKR DESIGN SYSTEM

© 2024 — ZILKR
All rights reserved