Giter Club home page Giter Club logo

clonyx's Introduction

Hi there ๐Ÿ‘‹

clonyx's People

Contributors

hastebrot avatar

Stargazers

 avatar

Watchers

 avatar

clonyx's Issues

feat: Basic styles for radiobutton.

original estimate estimate actual effort remaining effort
4h

acceptance criteria:

task breakdown:

technical details:

<style lang="scss">
.onyx-radio-button {
  --onyx-radio-button-cursor: pointer;
  --onyx-radio-button-input-border-color: var(--onyx-color-base-neutral-400);
  --onyx-radio-button-input-background-color: var(--onyx-color-base-background-blank);
  --onyx-radio-button-input-outline-color: var(--onyx-color-base-primary-200);
  --onyx-radio-button-input-outline-width: 0;
  --onyx-radio-button-label-color: var(--onyx-color-text-icons-neutral-intense);

out of scope:

doc: Developer guide for styling and testing.

original estimate estimate actual effort remaining effort
4h

acceptance criteria:

task breakdown:

technical details:

  • we have screenshot tests that display a grid of component states.
    • considerations: a grid allows a good overview and reduces the number of files. however, in on web browser document you can only have one focused and one hovered element, hence we need to enforce focused and hovered styles.
  • we have component style definitions that use design token variables on theme-level and define additional component-related variables within the components. since we use tailwind, we have to ensure the specificity of the CSS declaration for the styles of states are correct and easy to reason about.

out of scope:

  • documentation about use of multi-pane browser for different viewports

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.