Skip to content

Commit affb10e

Browse files
authored
Merge pull request #15 from SyncfusionExamples/EJ2-946147-dv
946147: Update Stock Market Use Case Sample Based on UX Review.
2 parents e4e9bc1 + b028e75 commit affb10e

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

Stock-Market-Application/src/components/KnowMore.tsx

+8-20
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,26 @@ export default function KnowMore() {
99
const productDetails = [
1010
{
1111
ID: 1,
12-
Content: 'The Syncfusion DataGrid component enables the real-time display of data updates, highlighting changes in values—whether they have increased, decreased, or remained stable compared to previous data. This allows you to easily compare live data changes without any performance impact. The Syncfusion DataGrid is a robust tool for managing data display and processing from your data source. It comes with numerous built-in features and offers extensive customization options to suit your needs.',
13-
DocLink: 'https://ej2.syncfusion.com/react/documentation/grid/getting-started',
14-
DemoLink: 'https://ej2.syncfusion.com/react/demos/#/fluent2/grid/overview',
12+
ContentTitle: 'Understanding the Stock Market',
13+
Content: 'The stock market is a platform where investors buy and sell shares of publicly traded companies. It plays a crucial role in the economy, allowing businesses to raise capital and investors to grow their wealth. Learning the fundamentals of stock trading can help you make informed financial decisions. Market movements are influenced by various factors, making it essential to stay updated. A strong foundation in market principles helps in minimizing risks and maximizing returns.',
1514
ImgPath: img1,
1615
},
1716
{
1817
ID: 2,
19-
Content: 'The Syncfusion DataGrid component efficiently displays real-time data updates and processes data without any performance loss. Additionally, the Syncfusion Chart component is perfect for applying technical analysis using trading formulas such as RSI, EMA, ATR, SMA, TMA, MACD, Bollinger Bands, Stochastic, Accumulation Distribution, and more. The Syncfusion Chart component offers a wide range of features that allow you to visually compare your data, helping you identify both growth opportunities and challenges in your business.',
20-
DocLink: 'https://ej2.syncfusion.com/react/documentation/chart/getting-started',
21-
DemoLink: 'https://ej2.syncfusion.com/react/demos/#/fluent2/chart/overview',
18+
ContentTitle: 'The Mechanics of Buying and Selling Stocks',
19+
Content: 'Stock trading involves placing buy and sell orders through brokers or trading platforms. Prices fluctuate based on supply and demand, economic factors, and company performance. Investors can engage in different strategies such as day trading, swing trading, or long-term investing to maximize their returns. Understanding technical analysis and market trends can improve decision-making. Proper risk management is crucial to avoid significant losses.',
2220
ImgPath: img2,
2321
},
2422
{
2523
ID: 3,
26-
Content: 'Syncfusion offers a wide range of tools to simplify app development. These include data visualization (charts, maps), data management (grids, spreadsheets), and file handling (PDFs, Excel). You can also find input controls, reporting tools, and various UI components like menus, calendars, and notifications. The tools are customizable, work across multiple platforms, and help you build feature-rich, high-performance applications efficiently.',
27-
DocLink: 'https://ej2.syncfusion.com/react/documentation/introduction',
28-
DemoLink: 'https://ej2.syncfusion.com/',
24+
ContentTitle: 'What Influences Stock Prices?',
25+
Content: 'Several factors impact stock prices, including economic indicators, company earnings, global events, and investor sentiment. Market trends, interest rates, and inflation also play significant roles. Keeping an eye on these factors helps investors make strategic investment choices. Unexpected news events or geopolitical tensions can cause sudden market shifts. Being adaptable and informed helps investors respond effectively to changes.',
2926
ImgPath: img3,
3027
},
3128
{
3229
ID: 4,
33-
Content: 'Syncfusion offers a wide range of tools to simplify app development. These include data visualization (charts, maps), data management (grids, spreadsheets), and file handling (PDFs, Excel). You can also find input controls, reporting tools, and various UI components like menus, calendars, and notifications. The tools are customizable, work across multiple platforms, and help you build feature-rich, high-performance applications efficiently.',
34-
DocLink: 'https://ej2.syncfusion.com/react/documentation/introduction',
35-
DemoLink: 'https://ej2.syncfusion.com/',
30+
ContentTitle: 'Smart Strategies for Stock Market Success',
31+
Content: 'To succeed in the stock market, its essential to diversify your portfolio, conduct thorough research, and have a long-term investment perspective. Avoid emotional decision-making and always assess risk before investing. Continuous learning and staying updated with market trends will help you navigate the complexities of stock trading effectively. Setting realistic financial goals and maintaining discipline are key to long-term success. Investing with patience and consistency often leads to better results over time.',
3632
ImgPath: img4,
3733
}
3834
];
@@ -42,14 +38,6 @@ export default function KnowMore() {
4238
<div className="col-sm-5 component-container">
4339
<div className="heading">{props.ContentTitle || 'Product Information'}</div>
4440
<div className="description">{props.Content}</div>
45-
<p className="card-text">For more information, please refer to the {' '}
46-
<a href={props.DocLink} target="_blank" rel="noopener noreferrer">
47-
documentation
48-
</a> and {' '}
49-
<a href={props.DemoLink} target="_blank" rel="noopener noreferrer">
50-
demo
51-
</a>.
52-
</p>
5341
</div>
5442
<div className="col-sm-5 image-container">
5543
<picture>

0 commit comments

Comments
 (0)