Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nisum-scorecard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Venkaiah Naidu Singamchetty
nisum-scorecard
Commits
b08eb841
Commit
b08eb841
authored
Mar 14, 2024
by
Ramadevi Guduri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui styles added
parent
8a137330
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
index.jsx
src/components/table/index.jsx
+1
-1
index.jsx
src/pages/home/index.jsx
+7
-4
No files found.
src/components/table/index.jsx
View file @
b08eb841
...
...
@@ -7,7 +7,7 @@ function Table({headers, data, isView}) {
<
thead
class=
"text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400"
>
<
tr
>
{
headers
.
map
((
item
)
=>
(
<
th
scope=
"col"
class=
"px-6 py-3"
>
<
th
scope=
"col"
class=
"px-6 py-3
font-bold
"
>
{
item
.
title
}
</
th
>
))
}
...
...
src/pages/home/index.jsx
View file @
b08eb841
...
...
@@ -10,8 +10,10 @@ function Home() {
};
return
(
<
div
className=
"container py-10 px-10 mx-0 min-w-full h-screen flex items-center justify-center"
>
<
div
className=
"max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow dark:bg-gray-800 dark:border-gray-700 "
>
<
div
className=
"container py-10 px-10 mx-0 min-w-full h-screen flex items-center justify-center bg-blue-100 "
>
<
div
class=
""
>
<
h1
class=
"mb-4 text-4xl font-extrabold leading-none tracking-tight md:text-5xl lg:text-6xl text-purple-900 mb-10 "
>
SCORE CARD
</
h1
>
<
div
className=
"max-w-sm p-10 bg-white border border-gray-400 rounded-lg shadow dark:bg-gray-800 dark:border-gray-700 "
>
<
label
for=
"email"
className=
"block mb-2 text-sm font-medium text-gray-900 dark:text-white"
...
...
@@ -27,13 +29,14 @@ function Home() {
onChange=
{
(
e
)
=>
setId
(
e
.
target
.
value
)
}
/>
<
button
className=
"bg-purple-900 text-white
hover:bg-blue-400 font-bold py-2 px-4 mt-3 rounded
"
className=
"bg-purple-900 text-white
disabled:bg-purple-900 hover:bg-blue-400 font-bold py-2 px-4 mt-6 rounded text-center ml-15
"
onClick=
{
handleNavigate
}
disabled=
{
!
id
}
>
S
core Card
S
ubmit
</
button
>
</
div
>
</
div
>
</
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