Socket
Socket
Sign inDemoInstall

@itwin/appui-layout-react

Package Overview
Dependencies
43
Maintainers
5
Versions
535
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @itwin/appui-layout-react

iTwin.js Nine-zone React UI components


Version published
Weekly downloads
2.9K
increased by21.16%
Maintainers
5
Install size
8.03 MB
Created
Weekly downloads
 

Readme

Source

@itwin/appui-layout-react

Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

Description

The @itwin/appui-layout-react package contains internal React components for the AppUI-react panels, widget UI and other purposes and is not expected to be used directly by applications.

Documentation

See the iTwin.js documentation for more information.

Coding Guidelines

Look at the existing code and try to keep your code similar.

  • Every component class name should follow nz-path-to-component-componentName naming style.

  • Every inner class name should have nz- prefix.

  • Import the Sass classnames with: import "./YourComponent.scss";

  • Every component should accept className?: string and style?: React.CSSProperties props.

  • Components that accept one or a list of children should use the children?: React.ReactNode prop.

Advice

  • Use classnames function to create className strings for the elements.

  • Use const className inside render for the root element className value.

Keywords

FAQs

Last updated on 30 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc