Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Write interactive CLI apps with React

License

NotificationsYou must be signed in to change notification settings

zamotany/react-slate

Repository files navigation

react-slate

Write interactive CLI apps with React


Build StatusMIT License

All ContributorsPRs WelcomeChatCode of Conduct

tweet

PackageDescriptionVersion
@react-slate/coreThe core functionality and logic.Version

Website & documentation

https://zamotany.github.io/react-slate/

Features

Please check outRoadmap for in-progress and planned features.

Limitations

  • Web components are not compatible.
  • Strings must be wrapped in a<Text> component.

Installation

yarn add react @react-slate/core

Usage

importReactfrom'react';import{render,View,Text}from'@react-slate/core';functionApp(){return(<Viewwidth="100%"flexDirection="row"justifyContent="center"><Textcolor="green"bold>Hello world!</Text></View>);}render(<App/>);

[8]ページ先頭

©2009-2025 Movatter.jp