Skip to content

Proposal: faster way to id and classes #153

@rafikalid

Description

@rafikalid

Using CSS Selector Syntax to create components:

  • <div#myId /> as shortcut of <div id="myId">
  • <div#.my-class /> as shortcut of <div className="my-class"/>
  • <div#myId.my-class /> as shortcut of <div id="myId" className="my-class" />
  • <div#myId.c1.c2.c3 /> as shortcut of <div id="myId" className="c1 c2 c3" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions