Skip to content

[FEATURE] upgrade web accessibility #9

@roseline124

Description

@roseline124

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Use case examples

// If applicable, provide examples of how this feature would be used
import { Tree, TreeItem, TreeItemLayout } from '@roseline124/react-tree';

function App() {
  return (
    <Tree>
      <TreeItem>
        <TreeItemLayout>Example with new feature</TreeItemLayout>
      </TreeItem>
    </Tree>
  );
}

Priority

  • Low - Nice to have
  • Medium - Important
  • High - Critical for my use case

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions