@stackflow/basic-ui
TypeScript icon, indicating that this package has built-in type declarations

0.14.0 • Public • Published

@stackflow/basic-ui

Render the UI within the activity using the global stack state. It provides cupertino and android themes by default.

Usage

import { AppScreen } from "@stackflow/basic-ui";

const Something: React.FC = () => {
  return (
    <AppScreen theme="cupertino" appBar={{ title: "Home" }}>
      <div>Hello, World</div>
    </AppScreen>
  );
};

Readme

Keywords

none

Package Sidebar

Install

npm i @stackflow/basic-ui

Weekly Downloads

140

Version

0.14.0

License

MIT

Unpacked Size

252 kB

Total Files

73

Last publish

Collaborators

  • orionmiz
  • irrationnelle
  • tonyfromundefined