Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
5d86e192
Commit
5d86e192
authored
Jun 30, 2021
by
joseph izang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
create rootView component
parent
039b0729
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
rootView.tsx
libs/remix-ui/plugin-manager/src/lib/components/rootView.tsx
+17
-2
No files found.
libs/remix-ui/plugin-manager/src/lib/components/rootView.tsx
View file @
5d86e192
import
React
from
'react'
import
ActiveTile
from
'./activeTile'
interface
RowViewProps
{
localPluginButtonText
:
string
}
function
RootView
()
{
return
(
<
div
>
<
header
></
header
>
<
div
id=
"pluginManager"
data
-
id=
"pluginManagerComponentPluginManager"
>
<
header
className=
"form-group pluginSearch plugins-header py-3 px-4 border-bottom"
data
-
id=
"pluginManagerComponentPluginManagerHeader"
>
<
input
type=
"text"
className=
"form-control"
placeholder=
"Search"
data
-
id=
"pluginManagerComponentSearchInput"
/>
<
button
className=
"btn btn-secondary text-dark border-0"
data
-
id=
"pluginManagerComponentPluginSearchButton"
>
Connect to a Local Plugin
</
button
>
</
header
>
<
section
data
-
id=
"pluginManagerComponentPluginManagerSection"
>
<
ActiveTile
/>
<
div
className=
"list-group list-group-flush plugins-list-group"
data
-
id=
"pluginManagerComponentActiveTile"
>
</
div
>
</
section
>
</
div
>
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment