Git Product home page Git Product logo

atomize's People

Contributors

aesarine avatar andreycrane avatar cheerlesscloud avatar dependabot[bot] avatar eddort avatar maks1ms avatar mobydack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

atomize's Issues

Question: Nextjs implementation docs

Would it be possible to have better Nextjs implementation docs?

I have read the styletron implementation docs but its tough to know what atomize does under the hood and what of styletron i need to implement.

Your docs are very impressive by the way, nice looking and comprehensive.

Question: Why is effects seperate?

Hello,

I am reading about Atomize trying to figure out if I should adopt it for this large project I am starting.

Im curious why you didn't bake effects into the system and why you decided to make developers manually enable effects?
It feels strange to do this:

const Button = atomize.button({
    effects: {
        hover: ":hover",
        focus: ":focus",
        active: ":active",
        disabled: ":disabled"
    }
});

Thanks

SVG "fill" and "hover-fill"

Hey guys!
I am started to participate in Quarlky contest but got some issue with @quarkly/atomize
I'm trying to use SVG fill with hover effect, but got this:

изображение

My code:

const YoutubeButton = atomize(() => {
  return (
    <Button
      bgc="transparent"
      pos="absolute"
      t="50%"
      l="50%"
      w="68"
      h="48"
      bd="none"
      p="0"
      trf="translate(-50%, -50%)"
      aria-label="Start video"
    >
      <svg width="68" height="48" viewBox="0 0 68 48">
        <path
          hover-fill="#ff0000"
          d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"
        />
        <path d="M 45,24 27,14 27,34" />
      </svg>
    </Button>
  );
})({
  effects: { hover: "hover" }
});

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.